1. Project :BankDetails Package :org.bank Class :BankInfo Methods :saving(),fixed(),deposit() Class :AxisBank Methods :deposit() Description: You have to override the method deposit in AxisBank. 2. Project :EducationInformation Package :org.edu Class :Education Methods :ug(),pg() Class :Arts Methods :bSc(),bEd(),bA(),bBA(),ug(),pg() Description: You have to override the method ug(),pg() in Arts. 3. Project :UniversityInformation Package :org.univ Class :University Methods :ug(),pg() Class :College Methods :ug(),pg() Description: ug(),pg() is just a templete in University class and You have to override the method ug(),pg() in College class. 4. Project :BikeInformation Package :org.bike Interface :Bike Methods :cost(),speed() Class :Ktm Methods :cost(),speed() Description: cost(),speed() is just a templete in Bike Interface and You have to override the method cost(),speed() in Ktm class. 5. Project :Computer Interface :HardWare Methods :hardwareResources() Interface :Software Methods :softwareResources() Class :Desktop Methods :desktopModel() Description: create 2 Interface and archieve multiple inheritance. 6. Project :EmployeeDetails Package :org.emp Class :Employee Methods :empId() Description You have to overload the method empId() based on different datatype in arguments.